.info-section h2{
    font-family: "Story Script", sans-serif;
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
    color: #2d2b9b;
}
.info-section h3{
  text-align: center;
  color: #fc2c16;
  font-size: 20px;
  margin-top: 2%;
}
.info-section p{
    font-size: 18px;
    width: 80%;
    margin-left: 10%;
    line-height: 2;
    margin-top: 10px;
    text-align: justify;
}
.profile{
    display: flex;
    width: 80%;
    margin-left: 10%;
}
.profile img{
    width: 350px;
    height: auto;
    margin-right: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 10px;
}
.profile-details{
    margin: 3% auto;  
}
#fd{
    margin-top: 5%;
    margin-bottom: 2%;
    text-align: center;
    color: #2d2b9b;
    font-family: "Story Script", sans-serif;
    font-size: 28px;
}
.profile-details p{
    font-size: 18px;
    line-height: 2;
    text-align: justify;
}
.profile-details h2{
    font-size: 24px;
    color: #fc2c16;
    margin-bottom: 10px;
}
/* .about{
    width: 80%;
    margin-left: 10%;

} */
 .mission{
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
}
.mission fieldset{
    width: 100%;
    border: 1px solid #8b8a8a8c;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.1);
}
.mission legend{
    font-size: 1.5em;
    font-weight: bold;
    color: #fc2c16;
    padding: 0 10px;
}
fieldset img{
    width: 30%; 
    vertical-align: middle;
    padding: 2%;
    margin-left: 35%;
    filter: drop-shadow(2px 4px 6px black);
}
.mission p{
    font-size: 1.2em;
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    text-align: center;
    text-align: justify;
}
.mission fieldset:hover{
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
@media (max-width: 768px){
    .profile{
    display: block;
    width: 80%;
    margin-left: 10%;
}
.profile img{
    width: 250px;
    height: auto;
    margin-right: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 10px;
}
.mission{
    width: 80%;
    margin: 50px auto;
    display: block;
    justify-content: space-around;
    column-gap: 20px;
}
}